#include <d3dx9.h>
#include "DDirect3D9.hpp"
#include "deGlobalTypes.hpp"
#include "deBitmap.hpp"
#include "deMath.hpp"
#include "deString.hpp"
#include "deFileSystem.hpp"
Include dependency graph for DDirect3D9.cpp:

Compounds | |
| struct | CardVCache |
Defines | |
| #define | D3D_DEV_TYPE (D3DDEVTYPE_HAL) |
| #define | VERTEXSHADERID 0x01005356 |
| #define | TEXTURESTRUCTID 0x01005354 |
| #define | HR2StringCase(Case_) |
Typedefs | |
| typedef IDirect3D9 *(WINAPI * | fDirect3DCreate9 )(UINT SDKVersion) |
Functions | |
| deBoolean | IsDestiny3DDriver () |
| IdeDriver * | GetDriverInstance (long ID) |
| const deDriverInfo * | GetDriverInfo (long StructSize) |
| deBoolean | IsPow2 (int num) |
| char *__cdecl | HR2String (HRESULT hr, char *szHR) |
Variables | |
| deDriverInfo | DriverInfo |
| deBoolean | AdapterInfoLogged = deFALSE |
| const D3DFORMAT | backBufferFormatArray [] |
| CardVCache | s_CardListing [] |
This file is distributed "AS IS" without warranty of any kind. Novus Delta, LLC. does not guarantee the fitness of the contents of this file for any particular purpose.
Copyright (C) 2001-2003 Novus Delta, LLC. All Rights Reserved.
|
|
|
|
|
Value: case Case_:\ strcpy(szHR, #Case_); break |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
Initial value:
{ D3DFMT_A8R8G8B8, D3DFMT_X8R8G8B8, D3DFMT_A2R10G10B10,
D3DFMT_R5G6B5, D3DFMT_A1R5G5B5, D3DFMT_X1R5G5B5 }
|
|
|
|
|
|
Initial value:
{
{"RADEON 8500", 12},
{"RADEON 9700", 12},
{"GEFORCE 256", 12},
{"GEFORCE2", 12},
{"GEFORCE3", 16},
{"GEFORCE4", 18},
}
|
1.3-rc3